-- We know longer need board_thickness within the wood product for now we are converting from not null to null so that we can insert records without board_thickness. We will remove this column in the future.
-- ALTER TABLE `wood_edge_banding` CHANGE `board_thickness` `board_thickness` INT NULL;